home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / t5206.gpd < prev    next >
Encoding:
Text File  |  2003-02-21  |  4.2 KB  |  161 lines

  1. *%$Header:   /disc2/scon/apps/windrv/2000/t5000/w2k/t5000.gpv   1.2   16 Feb 2000 09:56:18   nguy_hu  $
  2. *%
  3. *%$Log:   /disc2/scon/apps/windrv/2000/t5000/w2k/t5000.gpv  $
  4. *%
  5. *%     Rev 1.2   16 Feb 2000 09:56:18   nguy_hu
  6. *%  remove STARTDOC, STARTPAGE dummy commands
  7. *%  
  8. *%
  9. *%     Rev 1.1   10 Feb 2000 10:22:12   nguy_hu
  10. *%  add custom options to the Advanced Doc Prop page
  11. *%
  12. *%     Rev 1.0   29 Nov 1999 08:14:10   kari_af
  13. *%  Initial revision.
  14. *GPDSpecVersion: "1.0"
  15. *Include: "StdNames.gpd"
  16. *Include: "T5KC.GPD"
  17. *% *GPDFileVersion: "1.0"
  18. *Include: "PTNXVER.GPD"
  19. *GPDFileName: "T5206.GPD"
  20. *ModelName: "Printronix T5206"
  21. *MasterUnits: PAIR(203,203)
  22. *ResourceDLL: "T5000.Dll"
  23. *PrinterType: PAGE
  24. *MaxCopies: 99
  25. *FontCartSlots: 1
  26.  
  27. *Feature: Resolution
  28. {
  29.     *rcNameID: =RESOLUTION_DISPLAY
  30.     *DefaultOption: 203x203
  31.     *Option: 203x203
  32.     {
  33.         *Name: "203 x 203 " =DOTS_PER_INCH
  34.         *DPI: PAIR(203,203)
  35.         *TextDPI: PAIR(203,203)
  36.         *MinStripBlankPixels: 32
  37.         EXTERN_GLOBAL: *StripBlanks: LIST(ENCLOSED,TRAILING)
  38.         *SpotDiameter: 100
  39.         *%Command: CmdBeginRaster { *Cmd : "BEGIN RASTER" }
  40.         *%Command: CmdEndRaster { *Cmd : "END RASTER" }
  41.         *Command: CmdSendBlockData { *Cmd : ""} *%GFX DATA : " %d{NumOfDataBytes }"Bytes" }
  42.         *Command: CmdSelect
  43.         {
  44.             *Order: DOC_SETUP.6
  45.             *%Cmd: "300DPI"
  46.         }
  47.     }
  48. }
  49. *Feature: PaperSize
  50. {
  51.     *rcNameID: =PAPER_SIZE_DISPLAY
  52.     *DefaultOption: ENV_9*%LETTER
  53.     *Option: ENV_9
  54.     {
  55.         *rcNameID: =ENV_9_DISPLAY
  56.         *PrintableArea: PAIR(785,1800)
  57.         *PrintableOrigin: PAIR(0, 0)
  58.         *Command: CmdSelect
  59.         {
  60.             *Order: DOC_SETUP.5
  61. *%            *CallbackID: 3
  62.         }
  63.     }
  64.     
  65.     *%*Option: LETTER
  66.     *%{
  67. *%        *rcNameID: =LETTER_DISPLAY
  68.         *%*PrintableArea: PAIR(1319, 2233)
  69.         *%*PrintableOrigin: PAIR(0, 0)
  70.         *%*Command: CmdSelect
  71.         *%{
  72.             *%*Order: DOC_SETUP.5
  73. *%*%            *CallbackID: 3
  74.         *%}
  75.     *%}
  76.     *Option: 4.0x6.0
  77.     {   *rcNameID: =PAPER_4_0x6_0
  78.         *OptionID: =ID_PAPER_4_0x6_0
  79.         *PageDimensions: PAIR(812,1218)
  80.         *PageProtectMem: 4109
  81.         *PrintableArea: PAIR(812,1218)
  82.         *PrintableOrigin: PAIR(0, 0)
  83.         *Command: CmdSelect
  84.         {
  85.             *Order: DOC_SETUP.5
  86.             *%Cmd: "Label6.0x4.0"
  87.         }
  88.     }
  89.     *Option: 6.0x4.0
  90.     {   *rcNameID: =PAPER_6_0x4_0
  91.         *OptionID:   =ID_PAPER_6_0x4_0
  92.         *PageDimensions: PAIR(1218,812)
  93.         *PageProtectMem: 4109
  94.         *PrintableArea: PAIR(1218,812)
  95.         *PrintableOrigin: PAIR(0, 0)
  96.         *Command: CmdSelect
  97.         {
  98.             *Order: DOC_SETUP.5
  99.             *%Cmd: "Label6.0x4.0"
  100.         }
  101.     }
  102.     *Option: 6.5x4.0
  103.     {
  104.         *rcNameID: =PAPER_6_5x4_0
  105.         *OptionID:   =ID_PAPER_6_5x4_0
  106.         *PageDimensions: PAIR(1319, 812)
  107.         *PageProtectMem: 4109
  108.         *PrintableArea: PAIR(1319, 812)
  109.         *PrintableOrigin: PAIR(0,0)
  110.         *Command: CmdSelect
  111.         {
  112.             *Order: DOC_SETUP.5
  113.             *%Cmd: "Label6.5x4.0"
  114.         }
  115.     }
  116.     *Option: 6.0x8.0
  117.     {
  118.         *rcNameID: =PAPER_6_0x8_0
  119.         *OptionID:   =ID_PAPER_6_0x8_0
  120.         *PageDimensions: PAIR(1218, 1624)
  121.         *PageProtectMem: 4109
  122.         *PrintableArea: PAIR(1218, 1624)
  123.         *PrintableOrigin: PAIR(0,0)
  124.         *Command: CmdSelect
  125.         {
  126.             *Order: DOC_SETUP.5
  127.             *%Cmd: "Label6.0x8.0"
  128.         }
  129.     }
  130.  
  131.  
  132.  
  133.     *Option: CUSTOMSIZE
  134.     {
  135.         *rcNameID: =USER_DEFINED_SIZE_DISPLAY
  136.         *MinSize: PAIR(406, 51)
  137.         *MaxSize: PAIR(1319,20097)
  138.         *MaxPrintableWidth: 1319
  139.         *MinLeftMargin: 0
  140.         *CenterPrintable?: TRUE
  141.         *PageProtectMem: 4109
  142.         *Command: CmdSelect
  143.         {
  144.             *Order: DOC_SETUP.5
  145.             *%Cmd: "CUSTOMSIZE"
  146. *%"<1B>&l0e48d" %d{(((PhysPaperLength + 1) * 48) / 300) }"p" %d{(((PhysPaperLength + 1) * 48) / 300) }
  147. *%+ "F<1B>!f" %d{(PhysPaperWidth + 150) }"W<1B>*p0x0Y"
  148.         }
  149.     }
  150. }
  151. *Feature: MaxIps
  152. {
  153.  *DefaultOption: 10
  154.  *Name:"MaxIps"
  155.  *Option: 10
  156.     {
  157.         *Name:"10"
  158.     }
  159.  }
  160. *HelpFile: "PTNXT5K.HLP"
  161.